.asm.obj:
 	tasm $*;

ni6510.com: head.obj ni6510.obj tail.obj
	tlink /t/m head+ni6510+tail,ni6510;

zip:
	del *.obj
	del *.map
	zip -m ni6510
